|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.co.cks.tms.xml.AuthBlkType
Class AuthBlkType.
| Field Summary | |
private byte[] |
_certificate
Field _certificate |
private boolean |
_has_ncbId
keeps track of state for field: _ncbId |
private java.lang.String |
_login
Field _login |
private int |
_ncbId
Field _ncbId |
private java.lang.String |
_ncbName
Field _ncbName |
private java.lang.String |
_password
Field _password |
| Constructor Summary | |
AuthBlkType()
|
|
| Method Summary | |
byte[] |
getCertificate()
Method getCertificateReturns the value of field 'certificate'. |
java.lang.String |
getLogin()
Method getLoginReturns the value of field 'login'. |
int |
getNcbId()
Method getNcbIdReturns the value of field 'ncbId'. |
java.lang.String |
getNcbName()
Method getNcbNameReturns the value of field 'ncbName'. |
java.lang.String |
getPassword()
Method getPasswordReturns the value of field 'password'. |
boolean |
hasNcbId()
Method hasNcbId |
boolean |
isValid()
Method isValid |
void |
setCertificate(byte[] certificate)
Method setCertificateSets the value of field 'certificate'. |
void |
setLogin(java.lang.String login)
Method setLoginSets the value of field 'login'. |
void |
setNcbId(int ncbId)
Method setNcbIdSets the value of field 'ncbId'. |
void |
setNcbName(java.lang.String ncbName)
Method setNcbNameSets the value of field 'ncbName'. |
void |
setPassword(java.lang.String password)
Method setPasswordSets the value of field 'password'. |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private byte[] _certificate
private boolean _has_ncbId
private java.lang.String _login
private int _ncbId
private java.lang.String _ncbName
private java.lang.String _password
| Constructor Detail |
public AuthBlkType()
| Method Detail |
public byte[] getCertificate()
public java.lang.String getLogin()
public int getNcbId()
public java.lang.String getNcbName()
public java.lang.String getPassword()
public boolean hasNcbId()
public boolean isValid()
public void setCertificate(byte[] certificate)
certificate - the value of field 'certificate'.public void setLogin(java.lang.String login)
login - the value of field 'login'.public void setNcbId(int ncbId)
ncbId - the value of field 'ncbId'.public void setNcbName(java.lang.String ncbName)
ncbName - the value of field 'ncbName'.public void setPassword(java.lang.String password)
password - the value of field 'password'.
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||